3.31 \(\int \frac{(a+b \sec ^{-1}(c x))^3}{x^4} \, dx\)

Optimal. Leaf size=170 \[ \frac{4 b^2 c^2 \left (a+b \sec ^{-1}(c x)\right )}{3 x}+\frac{2 b^2 \left (a+b \sec ^{-1}(c x)\right )}{9 x^3}+\frac{2}{3} b c^3 \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2+\frac{b c \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2}{3 x^2}-\frac{\left (a+b \sec ^{-1}(c x)\right )^3}{3 x^3}+\frac{2}{27} b^3 c^3 \left (1-\frac{1}{c^2 x^2}\right )^{3/2}-\frac{14}{9} b^3 c^3 \sqrt{1-\frac{1}{c^2 x^2}} \]

[Out]

(-14*b^3*c^3*Sqrt[1 - 1/(c^2*x^2)])/9 + (2*b^3*c^3*(1 - 1/(c^2*x^2))^(3/2))/27 + (2*b^2*(a + b*ArcSec[c*x]))/(
9*x^3) + (4*b^2*c^2*(a + b*ArcSec[c*x]))/(3*x) + (2*b*c^3*Sqrt[1 - 1/(c^2*x^2)]*(a + b*ArcSec[c*x])^2)/3 + (b*
c*Sqrt[1 - 1/(c^2*x^2)]*(a + b*ArcSec[c*x])^2)/(3*x^2) - (a + b*ArcSec[c*x])^3/(3*x^3)

________________________________________________________________________________________

Rubi [A]  time = 0.146838, antiderivative size = 170, normalized size of antiderivative = 1., number of steps used = 8, number of rules used = 6, integrand size = 14, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.429, Rules used = {5222, 4405, 3311, 3296, 2637, 2633} \[ \frac{4 b^2 c^2 \left (a+b \sec ^{-1}(c x)\right )}{3 x}+\frac{2 b^2 \left (a+b \sec ^{-1}(c x)\right )}{9 x^3}+\frac{2}{3} b c^3 \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2+\frac{b c \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2}{3 x^2}-\frac{\left (a+b \sec ^{-1}(c x)\right )^3}{3 x^3}+\frac{2}{27} b^3 c^3 \left (1-\frac{1}{c^2 x^2}\right )^{3/2}-\frac{14}{9} b^3 c^3 \sqrt{1-\frac{1}{c^2 x^2}} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*ArcSec[c*x])^3/x^4,x]

[Out]

(-14*b^3*c^3*Sqrt[1 - 1/(c^2*x^2)])/9 + (2*b^3*c^3*(1 - 1/(c^2*x^2))^(3/2))/27 + (2*b^2*(a + b*ArcSec[c*x]))/(
9*x^3) + (4*b^2*c^2*(a + b*ArcSec[c*x]))/(3*x) + (2*b*c^3*Sqrt[1 - 1/(c^2*x^2)]*(a + b*ArcSec[c*x])^2)/3 + (b*
c*Sqrt[1 - 1/(c^2*x^2)]*(a + b*ArcSec[c*x])^2)/(3*x^2) - (a + b*ArcSec[c*x])^3/(3*x^3)

Rule 5222

Int[((a_.) + ArcSec[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Dist[1/c^(m + 1), Subst[Int[(a + b*x)^n*S
ec[x]^(m + 1)*Tan[x], x], x, ArcSec[c*x]], x] /; FreeQ[{a, b, c}, x] && IntegerQ[n] && IntegerQ[m] && (GtQ[n,
0] || LtQ[m, -1])

Rule 4405

Int[Cos[(a_.) + (b_.)*(x_)]^(n_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)], x_Symbol] :> -Simp[((c +
 d*x)^m*Cos[a + b*x]^(n + 1))/(b*(n + 1)), x] + Dist[(d*m)/(b*(n + 1)), Int[(c + d*x)^(m - 1)*Cos[a + b*x]^(n
+ 1), x], x] /; FreeQ[{a, b, c, d, n}, x] && IGtQ[m, 0] && NeQ[n, -1]

Rule 3311

Int[((c_.) + (d_.)*(x_))^(m_)*((b_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(d*m*(c + d*x)^(m - 1)*(
b*Sin[e + f*x])^n)/(f^2*n^2), x] + (Dist[(b^2*(n - 1))/n, Int[(c + d*x)^m*(b*Sin[e + f*x])^(n - 2), x], x] - D
ist[(d^2*m*(m - 1))/(f^2*n^2), Int[(c + d*x)^(m - 2)*(b*Sin[e + f*x])^n, x], x] - Simp[(b*(c + d*x)^m*Cos[e +
f*x]*(b*Sin[e + f*x])^(n - 1))/(f*n), x]) /; FreeQ[{b, c, d, e, f}, x] && GtQ[n, 1] && GtQ[m, 1]

Rule 3296

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> -Simp[((c + d*x)^m*Cos[e + f*x])/f, x] +
Dist[(d*m)/f, Int[(c + d*x)^(m - 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rule 2637

Int[sin[Pi/2 + (c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 2633

Int[sin[(c_.) + (d_.)*(x_)]^(n_), x_Symbol] :> -Dist[d^(-1), Subst[Int[Expand[(1 - x^2)^((n - 1)/2), x], x], x
, Cos[c + d*x]], x] /; FreeQ[{c, d}, x] && IGtQ[(n - 1)/2, 0]

Rubi steps

\begin{align*} \int \frac{\left (a+b \sec ^{-1}(c x)\right )^3}{x^4} \, dx &=c^3 \operatorname{Subst}\left (\int (a+b x)^3 \cos ^2(x) \sin (x) \, dx,x,\sec ^{-1}(c x)\right )\\ &=-\frac{\left (a+b \sec ^{-1}(c x)\right )^3}{3 x^3}+\left (b c^3\right ) \operatorname{Subst}\left (\int (a+b x)^2 \cos ^3(x) \, dx,x,\sec ^{-1}(c x)\right )\\ &=\frac{2 b^2 \left (a+b \sec ^{-1}(c x)\right )}{9 x^3}+\frac{b c \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2}{3 x^2}-\frac{\left (a+b \sec ^{-1}(c x)\right )^3}{3 x^3}+\frac{1}{3} \left (2 b c^3\right ) \operatorname{Subst}\left (\int (a+b x)^2 \cos (x) \, dx,x,\sec ^{-1}(c x)\right )-\frac{1}{9} \left (2 b^3 c^3\right ) \operatorname{Subst}\left (\int \cos ^3(x) \, dx,x,\sec ^{-1}(c x)\right )\\ &=\frac{2 b^2 \left (a+b \sec ^{-1}(c x)\right )}{9 x^3}+\frac{2}{3} b c^3 \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2+\frac{b c \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2}{3 x^2}-\frac{\left (a+b \sec ^{-1}(c x)\right )^3}{3 x^3}-\frac{1}{3} \left (4 b^2 c^3\right ) \operatorname{Subst}\left (\int (a+b x) \sin (x) \, dx,x,\sec ^{-1}(c x)\right )+\frac{1}{9} \left (2 b^3 c^3\right ) \operatorname{Subst}\left (\int \left (1-x^2\right ) \, dx,x,-\sqrt{1-\frac{1}{c^2 x^2}}\right )\\ &=-\frac{2}{9} b^3 c^3 \sqrt{1-\frac{1}{c^2 x^2}}+\frac{2}{27} b^3 c^3 \left (1-\frac{1}{c^2 x^2}\right )^{3/2}+\frac{2 b^2 \left (a+b \sec ^{-1}(c x)\right )}{9 x^3}+\frac{4 b^2 c^2 \left (a+b \sec ^{-1}(c x)\right )}{3 x}+\frac{2}{3} b c^3 \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2+\frac{b c \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2}{3 x^2}-\frac{\left (a+b \sec ^{-1}(c x)\right )^3}{3 x^3}-\frac{1}{3} \left (4 b^3 c^3\right ) \operatorname{Subst}\left (\int \cos (x) \, dx,x,\sec ^{-1}(c x)\right )\\ &=-\frac{14}{9} b^3 c^3 \sqrt{1-\frac{1}{c^2 x^2}}+\frac{2}{27} b^3 c^3 \left (1-\frac{1}{c^2 x^2}\right )^{3/2}+\frac{2 b^2 \left (a+b \sec ^{-1}(c x)\right )}{9 x^3}+\frac{4 b^2 c^2 \left (a+b \sec ^{-1}(c x)\right )}{3 x}+\frac{2}{3} b c^3 \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2+\frac{b c \sqrt{1-\frac{1}{c^2 x^2}} \left (a+b \sec ^{-1}(c x)\right )^2}{3 x^2}-\frac{\left (a+b \sec ^{-1}(c x)\right )^3}{3 x^3}\\ \end{align*}

Mathematica [A]  time = 0.280422, size = 204, normalized size = 1.2 \[ \frac{3 b \sec ^{-1}(c x) \left (-9 a^2+6 a b c x \sqrt{1-\frac{1}{c^2 x^2}} \left (2 c^2 x^2+1\right )+2 b^2 \left (6 c^2 x^2+1\right )\right )+9 a^2 b c x \sqrt{1-\frac{1}{c^2 x^2}} \left (2 c^2 x^2+1\right )-9 a^3+6 a b^2 \left (6 c^2 x^2+1\right )+9 b^2 \sec ^{-1}(c x)^2 \left (b c x \sqrt{1-\frac{1}{c^2 x^2}} \left (2 c^2 x^2+1\right )-3 a\right )-2 b^3 c x \sqrt{1-\frac{1}{c^2 x^2}} \left (20 c^2 x^2+1\right )-9 b^3 \sec ^{-1}(c x)^3}{27 x^3} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*ArcSec[c*x])^3/x^4,x]

[Out]

(-9*a^3 + 9*a^2*b*c*Sqrt[1 - 1/(c^2*x^2)]*x*(1 + 2*c^2*x^2) + 6*a*b^2*(1 + 6*c^2*x^2) - 2*b^3*c*Sqrt[1 - 1/(c^
2*x^2)]*x*(1 + 20*c^2*x^2) + 3*b*(-9*a^2 + 6*a*b*c*Sqrt[1 - 1/(c^2*x^2)]*x*(1 + 2*c^2*x^2) + 2*b^2*(1 + 6*c^2*
x^2))*ArcSec[c*x] + 9*b^2*(-3*a + b*c*Sqrt[1 - 1/(c^2*x^2)]*x*(1 + 2*c^2*x^2))*ArcSec[c*x]^2 - 9*b^3*ArcSec[c*
x]^3)/(27*x^3)

________________________________________________________________________________________

Maple [B]  time = 0.319, size = 299, normalized size = 1.8 \begin{align*}{c}^{3} \left ( -{\frac{{a}^{3}}{3\,{c}^{3}{x}^{3}}}+{b}^{3} \left ( -{\frac{ \left ({\rm arcsec} \left (cx\right ) \right ) ^{3}}{3\,{c}^{3}{x}^{3}}}+{\frac{ \left ({\rm arcsec} \left (cx\right ) \right ) ^{2} \left ( 2\,{c}^{2}{x}^{2}+1 \right ) }{3\,{c}^{2}{x}^{2}}\sqrt{{\frac{{c}^{2}{x}^{2}-1}{{c}^{2}{x}^{2}}}}}-{\frac{4}{3}\sqrt{{\frac{{c}^{2}{x}^{2}-1}{{c}^{2}{x}^{2}}}}}+{\frac{4\,{\rm arcsec} \left (cx\right )}{3\,cx}}+{\frac{2\,{\rm arcsec} \left (cx\right )}{9\,{c}^{3}{x}^{3}}}-{\frac{4\,{c}^{2}{x}^{2}+2}{27\,{c}^{2}{x}^{2}}\sqrt{{\frac{{c}^{2}{x}^{2}-1}{{c}^{2}{x}^{2}}}}} \right ) +3\,a{b}^{2} \left ( -1/3\,{\frac{ \left ({\rm arcsec} \left (cx\right ) \right ) ^{2}}{{c}^{3}{x}^{3}}}+2/9\,{\frac{{\rm arcsec} \left (cx\right ) \left ( 2\,{c}^{2}{x}^{2}+1 \right ) }{{c}^{2}{x}^{2}}\sqrt{{\frac{{c}^{2}{x}^{2}-1}{{c}^{2}{x}^{2}}}}}+{\frac{2}{27\,{c}^{3}{x}^{3}}}+4/9\,{\frac{1}{cx}} \right ) +3\,{a}^{2}b \left ( -1/3\,{\frac{{\rm arcsec} \left (cx\right )}{{c}^{3}{x}^{3}}}+1/9\,{\frac{ \left ({c}^{2}{x}^{2}-1 \right ) \left ( 2\,{c}^{2}{x}^{2}+1 \right ) }{{c}^{4}{x}^{4}}{\frac{1}{\sqrt{{\frac{{c}^{2}{x}^{2}-1}{{c}^{2}{x}^{2}}}}}}} \right ) \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arcsec(c*x))^3/x^4,x)

[Out]

c^3*(-1/3*a^3/c^3/x^3+b^3*(-1/3/c^3/x^3*arcsec(c*x)^3+1/3*arcsec(c*x)^2*(2*c^2*x^2+1)/c^2/x^2*((c^2*x^2-1)/c^2
/x^2)^(1/2)-4/3*((c^2*x^2-1)/c^2/x^2)^(1/2)+4/3/c/x*arcsec(c*x)+2/9/c^3/x^3*arcsec(c*x)-2/27*(2*c^2*x^2+1)/c^2
/x^2*((c^2*x^2-1)/c^2/x^2)^(1/2))+3*a*b^2*(-1/3/c^3/x^3*arcsec(c*x)^2+2/9*arcsec(c*x)*(2*c^2*x^2+1)/c^2/x^2*((
c^2*x^2-1)/c^2/x^2)^(1/2)+2/27/c^3/x^3+4/9/c/x)+3*a^2*b*(-1/3/c^3/x^3*arcsec(c*x)+1/9*(c^2*x^2-1)*(2*c^2*x^2+1
)/((c^2*x^2-1)/c^2/x^2)^(1/2)/c^4/x^4))

________________________________________________________________________________________

Maxima [B]  time = 3.22333, size = 787, normalized size = 4.63 \begin{align*} -\frac{1}{216} \,{\left (\frac{72 \,{\left (c^{4}{\left (-\frac{1}{c^{2} x^{2}} + 1\right )}^{\frac{3}{2}} - 3 \, c^{4} \sqrt{-\frac{1}{c^{2} x^{2}} + 1}\right )} \operatorname{arcsec}\left (c x\right )^{2}}{c} + \frac{72 \, c^{4}{\left (\frac{c^{2} \arcsin \left (\frac{1}{\sqrt{c^{2}}{\left | x \right |}}\right ) + \frac{2 \, \sqrt{c^{2} x^{2} - 1} c}{x} - \frac{\sqrt{c^{2} x^{2} - 1}}{x^{2}}}{c} - \frac{c^{2} \arcsin \left (\frac{1}{\sqrt{c^{2}}{\left | x \right |}}\right ) - \frac{2 \, \sqrt{c^{2} x^{2} - 1} c}{x} - \frac{\sqrt{c^{2} x^{2} - 1}}{x^{2}}}{c} - \frac{4 \, \arctan \left (\sqrt{c x + 1} \sqrt{c x - 1}\right )}{x}\right )} + c^{2}{\left (\frac{9 \, c^{4} \arcsin \left (\frac{1}{\sqrt{c^{2}}{\left | x \right |}}\right ) + \frac{16 \, \sqrt{c^{2} x^{2} - 1} c^{3}}{x} - \frac{9 \, \sqrt{c^{2} x^{2} - 1} c^{2}}{x^{2}} + \frac{8 \, \sqrt{c^{2} x^{2} - 1} c}{x^{3}} - \frac{6 \, \sqrt{c^{2} x^{2} - 1}}{x^{4}}}{c} - \frac{9 \, c^{4} \arcsin \left (\frac{1}{\sqrt{c^{2}}{\left | x \right |}}\right ) - \frac{16 \, \sqrt{c^{2} x^{2} - 1} c^{3}}{x} - \frac{9 \, \sqrt{c^{2} x^{2} - 1} c^{2}}{x^{2}} - \frac{8 \, \sqrt{c^{2} x^{2} - 1} c}{x^{3}} - \frac{6 \, \sqrt{c^{2} x^{2} - 1}}{x^{4}}}{c} - \frac{48 \, \arctan \left (\sqrt{c x + 1} \sqrt{c x - 1}\right )}{x^{3}}\right )}}{c^{2}}\right )} b^{3} - \frac{1}{3} \, a^{2} b{\left (\frac{c^{4}{\left (-\frac{1}{c^{2} x^{2}} + 1\right )}^{\frac{3}{2}} - 3 \, c^{4} \sqrt{-\frac{1}{c^{2} x^{2}} + 1}}{c} + \frac{3 \, \operatorname{arcsec}\left (c x\right )}{x^{3}}\right )} - \frac{b^{3} \operatorname{arcsec}\left (c x\right )^{3}}{3 \, x^{3}} - \frac{a b^{2} \operatorname{arcsec}\left (c x\right )^{2}}{x^{3}} - \frac{a^{3}}{3 \, x^{3}} + \frac{2 \,{\left ({\left (6 \, c^{3} x^{2} + c\right )} \sqrt{c x + 1} \sqrt{c x - 1} + 3 \,{\left (2 \, c^{5} x^{4} - c^{3} x^{2} - c\right )} \arctan \left (\sqrt{c x + 1} \sqrt{c x - 1}\right )\right )} a b^{2}}{9 \, \sqrt{c x + 1} \sqrt{c x - 1} c x^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsec(c*x))^3/x^4,x, algorithm="maxima")

[Out]

-1/216*(72*(c^4*(-1/(c^2*x^2) + 1)^(3/2) - 3*c^4*sqrt(-1/(c^2*x^2) + 1))*arcsec(c*x)^2/c + (72*c^4*((c^2*arcsi
n(1/(sqrt(c^2)*abs(x))) + 2*sqrt(c^2*x^2 - 1)*c/x - sqrt(c^2*x^2 - 1)/x^2)/c - (c^2*arcsin(1/(sqrt(c^2)*abs(x)
)) - 2*sqrt(c^2*x^2 - 1)*c/x - sqrt(c^2*x^2 - 1)/x^2)/c - 4*arctan(sqrt(c*x + 1)*sqrt(c*x - 1))/x) + c^2*((9*c
^4*arcsin(1/(sqrt(c^2)*abs(x))) + 16*sqrt(c^2*x^2 - 1)*c^3/x - 9*sqrt(c^2*x^2 - 1)*c^2/x^2 + 8*sqrt(c^2*x^2 -
1)*c/x^3 - 6*sqrt(c^2*x^2 - 1)/x^4)/c - (9*c^4*arcsin(1/(sqrt(c^2)*abs(x))) - 16*sqrt(c^2*x^2 - 1)*c^3/x - 9*s
qrt(c^2*x^2 - 1)*c^2/x^2 - 8*sqrt(c^2*x^2 - 1)*c/x^3 - 6*sqrt(c^2*x^2 - 1)/x^4)/c - 48*arctan(sqrt(c*x + 1)*sq
rt(c*x - 1))/x^3))/c^2)*b^3 - 1/3*a^2*b*((c^4*(-1/(c^2*x^2) + 1)^(3/2) - 3*c^4*sqrt(-1/(c^2*x^2) + 1))/c + 3*a
rcsec(c*x)/x^3) - 1/3*b^3*arcsec(c*x)^3/x^3 - a*b^2*arcsec(c*x)^2/x^3 - 1/3*a^3/x^3 + 2/9*((6*c^3*x^2 + c)*sqr
t(c*x + 1)*sqrt(c*x - 1) + 3*(2*c^5*x^4 - c^3*x^2 - c)*arctan(sqrt(c*x + 1)*sqrt(c*x - 1)))*a*b^2/(sqrt(c*x +
1)*sqrt(c*x - 1)*c*x^3)

________________________________________________________________________________________

Fricas [A]  time = 2.24396, size = 401, normalized size = 2.36 \begin{align*} \frac{36 \, a b^{2} c^{2} x^{2} - 9 \, b^{3} \operatorname{arcsec}\left (c x\right )^{3} - 27 \, a b^{2} \operatorname{arcsec}\left (c x\right )^{2} - 9 \, a^{3} + 6 \, a b^{2} + 3 \,{\left (12 \, b^{3} c^{2} x^{2} - 9 \, a^{2} b + 2 \, b^{3}\right )} \operatorname{arcsec}\left (c x\right ) +{\left (2 \,{\left (9 \, a^{2} b - 20 \, b^{3}\right )} c^{2} x^{2} + 9 \, a^{2} b - 2 \, b^{3} + 9 \,{\left (2 \, b^{3} c^{2} x^{2} + b^{3}\right )} \operatorname{arcsec}\left (c x\right )^{2} + 18 \,{\left (2 \, a b^{2} c^{2} x^{2} + a b^{2}\right )} \operatorname{arcsec}\left (c x\right )\right )} \sqrt{c^{2} x^{2} - 1}}{27 \, x^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsec(c*x))^3/x^4,x, algorithm="fricas")

[Out]

1/27*(36*a*b^2*c^2*x^2 - 9*b^3*arcsec(c*x)^3 - 27*a*b^2*arcsec(c*x)^2 - 9*a^3 + 6*a*b^2 + 3*(12*b^3*c^2*x^2 -
9*a^2*b + 2*b^3)*arcsec(c*x) + (2*(9*a^2*b - 20*b^3)*c^2*x^2 + 9*a^2*b - 2*b^3 + 9*(2*b^3*c^2*x^2 + b^3)*arcse
c(c*x)^2 + 18*(2*a*b^2*c^2*x^2 + a*b^2)*arcsec(c*x))*sqrt(c^2*x^2 - 1))/x^3

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\left (a + b \operatorname{asec}{\left (c x \right )}\right )^{3}}{x^{4}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*asec(c*x))**3/x**4,x)

[Out]

Integral((a + b*asec(c*x))**3/x**4, x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (b \operatorname{arcsec}\left (c x\right ) + a\right )}^{3}}{x^{4}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsec(c*x))^3/x^4,x, algorithm="giac")

[Out]

integrate((b*arcsec(c*x) + a)^3/x^4, x)